home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
netzwerk
/
tcp-ip
/
netbeginner
/
scripts
/
startnet
< prev
next >
Wrap
Text File
|
1996-02-15
|
2KB
|
41 lines
; *** After you have installed PPP v1.30 and AMITCP V4.0 DEMO, ***
; *** copy this script OVER the created AmiTCP:bin/startnet. ***
; *** DO NOT REPLACE the startnet script if you have installed ***
; *** a commercial version of AmiTCP/IP (v 4.x). ***
; *** ***
; *** Après avoir installé PPP v1.30 et AmiTCP V4.0 DEMO, ***
; *** copiez CE script sur le script créé AmiTCP:bin/startnet. ***
; *** NE REMPLACEZ PAS le script startnet si vous avez ***
; *** installé une version commerciale de AmiTCP/IP (v 4.x). ***
; *** ***
online devs:networks/ppp.device 0
; log in
echo
echo login: host
AmiTCP:bin/login -f host
AmiTCP:bin/umask 022
AmiTCP:AmiTCP
WaitForPort AMITCP
; Configure loop-back device
AmiTCP:bin/ifconfig lo0 localhost
; Configure ppp0
AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
; Add route to this host
AmiTCP:bin/route add $ppp0iplocal localhost
AmiTCP:bin/route add default $ppp0ipremote
setenv HOSTNAME `AmiTCP:bin/hostname`
Assign TCP: Exists > NIL:
IF Warn
Mount TCP: from AmiTCP:devs/Inet-Mountlist
EndIf
; Start the internet `super server'
; *** Remove the ; from the beginning of the following line ***
; *** if you wish to start `super server' ***
; *** ***
; *** Enlevez le ; du début de la ligne suivante si vous ***
; *** souhaitez démarrer le `super server' ***
;Run <NIL: >NIL: AmiTCP:bin/inetd